projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c52d56
)
Fix syntax for find.
author
Andreas Schwab
<schwab@suse.de>
Mon, 14 Oct 2002 09:57:20 +0000
(09:57 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 14 Oct 2002 09:57:20 +0000
(09:57 +0000)
mac/make-package
patch
|
blob
|
history
diff --git
a/mac/make-package
b/mac/make-package
index 747b8680b98e6b45c8853acd2aac5ffc81870f48..b8c8f36ca871d118b7924d7a85765083a55d6bcd 100755
(executable)
--- a/
mac/make-package
+++ b/
mac/make-package
@@
-220,7
+220,7
@@
if test "$with_app" == "yes"; then
## Copy Emacs application
cp -r Emacs.app ${tempparentfull}/Applications
## Delete any CVS files
- find ${tempparentfull}/Applications -name "CVS" -
execdir
rm -r {} \;
+ find ${tempparentfull}/Applications -name "CVS" -
type d -exec
rm -r {} \;
fi
echo "Creating Package Info file"